-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing blocking
argument documentation to the external source operator
#5501
Conversation
…operator - as the external source operator documentation is written in Python, it missed the `blocking` argument description which was defined in the native schema but not copied to the python description Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
!build |
CI MESSAGE: [15587657]: BUILD STARTED |
`blocking`: bool, optional | ||
If True, this operator will block until the data is available | ||
(e.g. by calling ``feed_input``). If False, the operator will raise an error, | ||
if the data is not available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add some warning that it's intended for advanced usage.
`blocking`: bool, optional | |
If True, this operator will block until the data is available | |
(e.g. by calling ``feed_input``). If False, the operator will raise an error, | |
if the data is not available. | |
`blocking`: bool, optional | |
**Advanced** if True, this operator will block until the data is available | |
(e.g. by calling ``feed_input``). If False, the operator will raise an error, | |
if the data is not available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here and in the input op.
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
!build |
CI MESSAGE: [15590147]: BUILD STARTED |
CI MESSAGE: [15587657]: BUILD PASSED |
!build |
CI MESSAGE: [15592614]: BUILD STARTED |
CI MESSAGE: [15590147]: BUILD PASSED |
CI MESSAGE: [15592614]: BUILD PASSED |
in Python, it missed the
blocking
argument descriptionwhich was defined in the native schema but not copied to
the python description
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A